GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-11-20T23:52:44.3454528+00:00",
"SubmitDate": "2025-11-20T23:52:44.3454528+00:00",
"ReportPeriodStart": "2025-11-20T23:52:44.3454528+00:00",
"ReportPeriodEnd": "2025-11-20T23:52:44.3454528+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dd4f8a11-47f6-4638-a08a-70cd7e5fe964",
"Rows": [
{
"ItemId": "10986302-d633-4f18-b026-6295503938ce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "10986302-d633-4f18-b026-6295503938ce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dd4f8a11-47f6-4638-a08a-70cd7e5fe964",
"Rows": [
{
"ItemId": "10986302-d633-4f18-b026-6295503938ce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "10986302-d633-4f18-b026-6295503938ce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"32c9f452-d4e9-48a4-8e78-84b541a50f74",
"2ae960db-0e20-43b8-9b5d-3019aa4d3e64"
],
"Approvers": [
"25c05ff6-dd3f-49f9-9d1d-ccc1ac09ac4e",
"b2f442b7-aae8-400c-9de1-b461b7221cee"
],
"ApprovedBy": "2d03360c-277c-4bd0-88df-6015ee22e3d5",
"ApprovalDate": "2025-11-20T23:52:44.3454528+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b628f44d-4b5e-401f-8666-c21d4f348d5f",
"id": "fdb9b23f-c4ee-4f40-9a51-3625f4e16b72",
"ConfigId": "dc05ec0a-cbb3-4cb1-9609-29a299099054"
},
{
"GenerationDate": "2025-11-20T23:52:44.3454528+00:00",
"SubmitDate": "2025-11-20T23:52:44.3454528+00:00",
"ReportPeriodStart": "2025-11-20T23:52:44.3454528+00:00",
"ReportPeriodEnd": "2025-11-20T23:52:44.3454528+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dd4f8a11-47f6-4638-a08a-70cd7e5fe964",
"Rows": [
{
"ItemId": "10986302-d633-4f18-b026-6295503938ce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "10986302-d633-4f18-b026-6295503938ce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dd4f8a11-47f6-4638-a08a-70cd7e5fe964",
"Rows": [
{
"ItemId": "10986302-d633-4f18-b026-6295503938ce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "10986302-d633-4f18-b026-6295503938ce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"32c9f452-d4e9-48a4-8e78-84b541a50f74",
"2ae960db-0e20-43b8-9b5d-3019aa4d3e64"
],
"Approvers": [
"25c05ff6-dd3f-49f9-9d1d-ccc1ac09ac4e",
"b2f442b7-aae8-400c-9de1-b461b7221cee"
],
"ApprovedBy": "2d03360c-277c-4bd0-88df-6015ee22e3d5",
"ApprovalDate": "2025-11-20T23:52:44.3454528+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b628f44d-4b5e-401f-8666-c21d4f348d5f",
"id": "fdb9b23f-c4ee-4f40-9a51-3625f4e16b72",
"ConfigId": "dc05ec0a-cbb3-4cb1-9609-29a299099054"
}
]